// Import the functions you need from the SDKs you need
import { initializeApp } from "firebase/app";
import { getAnalytics } from "firebase/analytics";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyDsa4V0eZ_tX_2-Ul5BNXDijtk4zAPL0VI",
authDomain: "school-grades-f4101.firebaseapp.com",
projectId: "school-grades-f4101",
storageBucket: "school-grades-f4101.firebasestorage.app",
messagingSenderId: "896667404805",
appId: "1:896667404805:web:2c2054bdf7c1322d5bea6c",
measurementId: "G-NFQ18B7TRZ"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);